.kenesis-body .rv-content.content1 {
    text-align: center;
    background-color: transparent !important;
}

.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .section-ctn {
    position: relative;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .section-ctn .rv-head > .inner-ctn,
.kenesis-body .section-ctn .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .section-ctn[data-n="1"] {
    height: 400px;
}

.kenesis-body .section-ctn[data-n="1"] .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="1"] .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn {
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn > .inner-ctn > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    width: 80%;
    text-align: center;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2000px 2000px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.75;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn > .inner-ctn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 300px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2000px 2000px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.75;
}

.kenesis-body .section-ctn[data-n="1"] > .inner-ctn > .inner-ctn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 600px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2000px 2000px;
    border-color: transparent transparent #fff transparent;
    opacity: 0.75;
}

.kenesis-body .section-ctn[data-n="2"] {
    height: 800px;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image {
    width: 40%;
    height: 800px;
    float: left;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn {
    width: 60%;
    position: relative;
    float: left;
    height: 800px;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .rv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .rv-image {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    width: 420px;
    height: 600px;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .rv-image:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -50px;
    width: 100px;
    height: 600px;
    z-index: -1;
}

.kenesis-body .section-ctn[data-n="3"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="3"] > .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .section-ctn[data-n="3"] > .rv-module {
    position: relative;
    padding: 100px !important;
    background-color: transparent !important;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn {
    position: relative;
    z-index: 2;
    width: 50%;
    height: 320px;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    bottom: 0;
    opacity: 0.4;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.kenesis-body .section-ctn[data-n="4"] > .rv-widget {
    margin: 40px;
    position: relative;
    z-index: 2;
}

.bot-bar {
    height: 50px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #2d1418;
    right: 5%;
    top: -25px;
    cursor: pointer;
}

.go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: white;
}
